type google.golang.org/grpc.traceLog

4 uses

	google.golang.org/grpc (current package)
		trace.go#L57: type traceLog interface {
		trace.go#L69: 	tr        traceLog
		trace_withtrace.go#L29: func newTrace(family, title string) traceLog {
		trace_withtrace.go#L33: func newTraceContext(ctx context.Context, tr traceLog) context.Context {